google.golang.org/grpc/attributes.Attributes.all (method)

4 uses

	google.golang.org/grpc/attributes (current package)
		attributes.go#L100: 	m := maps.Collect(o.all())
		attributes.go#L103: 	for k, v := range a.all() {
		attributes.go#L128: 	for k, v := range a.all() {
		attributes.go#L161: func (a *Attributes) all() iter.Seq2[any, any] {